The BaseDataVariableType is a subtype of the BaseVariableType. It is used as the type definition whenever there is a DataVariable having no more concrete type definition available. This VariableType is the base VariableType for VariableTypes of DataVariables, and all other VariableTypes of DataVariables shall either directly or indirectly inherit from it. However, it might not be possible for servers to provide all HasSubtype References from this VariableType to its subtypes, and therefore it is not required to provide this information.
Object Model
Syntax
Type Parameters
- TValue
- The type of the UABaseDataVariable<TValue,TAttribute>.Value of the node.
- TAttribute
- The type used to access the Value attribute.
Inheritance Hierarchy
Requirements
Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows
See Also